// Rotating Blob , by Erlend Robaye, November 2001

Aspc=1,

A0="(rnd(.02) + .01 ) * sgn(sin(rnd(2*PI)))",	// Rotation speed
A1="trnc(rnd(8) + 4)",				             // Amplitude of sin that devides into circles
A2=".03",					                         // Flow increase factor

// Flow gently in or out
D0="sin( theta * A1)",

srcR="r * ( 1 + A2 * D0)",

// Turn right
srcT="theta + A0",

Vers=100
